home *** CD-ROM | disk | FTP | other *** search
- /* samc0205.c */
-
- #include "teglsys.h"
-
- unsigned easymessage(imagestkptr frame,msclickptr mouseclickpos)
- {
- framefromicon(frame,mouseclickpos,150,150,400,190);
- prepareforupdate(stackptr);
- frametext(stackptr,1,2,"Icon to Frame Transformation");
- commitupdate();
-
- return 1;
- }
-
- void main()
- {
- easytegl();
- activebutton(100,100,"MESSAGE",easymessage);
- teglsupervisor();
- }